diff options
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/target/libfstrcmp/LIBFSTRCMP-VERSION | 3 | ||||
-rw-r--r-- | tools/depends/target/libfstrcmp/Makefile | 10 |
2 files changed, 5 insertions, 8 deletions
diff --git a/tools/depends/target/libfstrcmp/LIBFSTRCMP-VERSION b/tools/depends/target/libfstrcmp/LIBFSTRCMP-VERSION new file mode 100644 index 0000000000..40ff7c4ab5 --- /dev/null +++ b/tools/depends/target/libfstrcmp/LIBFSTRCMP-VERSION @@ -0,0 +1,3 @@ +LIBNAME=fstrcmp +VERSION=0.7.D001 +ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz diff --git a/tools/depends/target/libfstrcmp/Makefile b/tools/depends/target/libfstrcmp/Makefile index 2d9868e44b..3411b8c47c 100644 --- a/tools/depends/target/libfstrcmp/Makefile +++ b/tools/depends/target/libfstrcmp/Makefile @@ -1,11 +1,5 @@ -include ../../Makefile.include -DEPS= ../../Makefile.include Makefile - -# lib name, version -LIBNAME=fstrcmp -VERSION=0.7.D001 -SOURCE=$(LIBNAME)-$(VERSION) -ARCHIVE=$(SOURCE).tar.gz +include ../../Makefile.include LIBFSTRCMP-VERSION +DEPS= ../../Makefile.include Makefile LIBFSTRCMP-VERSION # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) |