diff options
author | Roland McGrath <roland@redhat.com> | 1992-05-09 04:06:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-05-09 04:06:58 +0000 |
commit | cf561391a1dcdae6d5111f2f383e6e7acb31d265 (patch) | |
tree | 724822a715bd0222ece915d0a39fb00cb8b7d56c | |
parent | 276016fba74fa37f2592f50c4e7b1066aab511de (diff) | |
download | gunmake-cf561391a1dcdae6d5111f2f383e6e7acb31d265.tar.gz |
Formerly GNUmakefile.~58~
-rw-r--r-- | GNUmakefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index b8c533b..7fab98e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -79,11 +79,13 @@ $(prog): $(libc_dir)/libc.a globdep = globlib = +# So is getopt. +GETOPT = + else -globdep = -globlib = -objs := $(objs) glob/fnmatch.o glob/glob.o +globdep = glob/libglob.a +globlib = $(globdep) CPPFLAGS := $(CPPFLAGS) -Iglob endif |