diff options
author | wtc%netscape.com <devnull@localhost> | 2001-05-15 22:57:39 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2001-05-15 22:57:39 +0000 |
commit | 4b7b7937dded7ef603a9aaa5bfe68b8acf2d4e85 (patch) | |
tree | f50469a9931f800e3e1f4c1998c5b27650131e29 /config/Makefile.in | |
parent | 76afee34df9a7259b408628e67665fabe08a0686 (diff) | |
download | nspr-hg-4b7b7937dded7ef603a9aaa5bfe68b8acf2d4e85.tar.gz |
Verified that the autoconf build system is equivalent to the classic
build system on AIX, HP-UX, Linux, and Solaris. The 'release' makefile
target still doesn't quite work.
Modified Files:
configure configure.in config/Makefile.in
config/autoconf.mk.in config/config.mk config/nsinstall.c
config/rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in
pr/include/md/Makefile.in pr/src/misc/Makefile.in
Diffstat (limited to 'config/Makefile.in')
-rw-r--r-- | config/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.in b/config/Makefile.in index 894fc597..dca9fe4f 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -129,7 +129,7 @@ if test ! -d $(@D); then rm -rf $(@D); mkdir $(@D); else true; fi endef export:: $(TARGETS) - $(RM) -f $(dist_bindir)/nspr-config + rm -f $(dist_bindir)/nspr-config $(OBJDIR)/%$(PROG_SUFFIX): $(OBJDIR)/%.$(OBJ_SUFFIX) @$(MAKE_OBJDIR) |