Retreat! running configure before clean isn't the answer. Back to the drawing board.

This commit is contained in:
slamm%netscape.com 1999-04-27 22:10:43 +00:00
Родитель 3295f07ffa
Коммит 5521a6237d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -269,7 +269,7 @@ build: $(OBJDIR)/Makefile $(OBJDIR)/config.status
# Other targets # Other targets
# Pass these target onto the real build system # Pass these target onto the real build system
clean realclean: $(OBJDIR)/Makefile $(OBJDIR)/config.status clean realclean:
cd $(OBJDIR); $(MAKE) $@ cd $(OBJDIR); $(MAKE) $@
rm -fr $(ALL_TRASH) rm -fr $(ALL_TRASH)