diff options
Diffstat (limited to 'lib/buildsystem')
-rw-r--r-- | lib/buildsystem/autoconf.sh | 2 | ||||
-rw-r--r-- | lib/buildsystem/kbuild.sh | 2 | ||||
-rw-r--r-- | lib/buildsystem/make.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh index 716ebca..b9b2eeb 100644 --- a/lib/buildsystem/autoconf.sh +++ b/lib/buildsystem/autoconf.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/buildsystem/autoconf +# lib/buildsystem/autoconf.sh # Build system plugin for GNU Autoconf. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/buildsystem/kbuild.sh b/lib/buildsystem/kbuild.sh index 5525e86..ae548f9 100644 --- a/lib/buildsystem/kbuild.sh +++ b/lib/buildsystem/kbuild.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/buildsystem/kbuild +# lib/buildsystem/kbuild.sh # Build system plugin for kbuild. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/lib/buildsystem/make.sh b/lib/buildsystem/make.sh index 970b1f5..184b831 100644 --- a/lib/buildsystem/make.sh +++ b/lib/buildsystem/make.sh @@ -1,5 +1,5 @@ # opkhelper -# lib/buildsystem/make +# lib/buildsystem/make.sh # Build system plugin for POSIX-conformant make. # # Copyright (C) 2012 Patrick "P. J." McDermott |