summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-11-09 20:14:54 +0000
committerwtc%netscape.com <devnull@localhost>1998-11-09 20:14:54 +0000
commit82c4972d915aa4b3974a3796dc125fc0c5105815 (patch)
tree3c6e34e98de16fc8316543139deea277d0da9c90
parent3433c2092b6bd6771da2d2d624ca17a1ffe7eb9a (diff)
downloadnspr-hg-82c4972d915aa4b3974a3796dc125fc0c5105815.tar.gz
Have "make depend" invoke "make clean" as a hack to ensure
that the "depend" continuous builds still work after I removed plvector.c and plvector.h from mozilla/nsprpub/lib/ds. This temporary hack will be removed later.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45678d0f..dca58fb7 100644
--- a/Makefile
+++ b/Makefile
@@ -101,5 +101,5 @@ endif
cp -f mdheader.jar $(MDIST)/$(MOD_NAME)/$(BUILD_NUMBER)/$(OBJDIR_NAME); \
chmod 664 $(MDIST)/$(MOD_NAME)/$(BUILD_NUMBER)/$(OBJDIR_NAME)/mdheader.jar
-depend:
+depend: clean
@echo "NSPR20 has no dependencies. Skipped."