Removed the "make depend = make clean" hack.

This commit is contained in:
wtc%netscape.com 1998-10-06 02:38:35 +00:00
parent a20ecdf247
commit 4c192c61c0

View File

@ -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: clean
depend:
@echo "NSPR20 has no dependencies. Skipped."