diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-25 21:10:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-25 21:10:49 +0000 |
commit | 1b3fc99e0f575aa6e05fb2780c24f6d99f917174 (patch) | |
tree | b00ffdf6c549b1d6470f89312b16fa8ae3651142 | |
parent | e293b9661072f17342850b1a7ebeff1e6d11f043 (diff) | |
download | gunmake-1b3fc99e0f575aa6e05fb2780c24f6d99f917174.tar.gz |
Formerly compatMakefile.~31~
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 372c35f..e3657cf 100644 --- a/compatMakefile +++ b/compatMakefile @@ -153,7 +153,7 @@ MAKE = make glob/libglob.a: force cd glob; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS) -I..' \ CPPFLAGS='$(defines)' \ - srcdir=$(srcdir)/glob libglob.a + libglob.a force: tagsrcs = $(srcs) $(srcdir)/remote-*.c |