Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad....

This commit is contained in:
briano%netscape.com 1999-09-22 06:28:46 +00:00
Родитель 9708a222a6
Коммит 28159a27f5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -37,7 +37,7 @@ libs::
install::
@cd gtk && $(MAKE) install && cd ..
clean clobber realclean distclean::
clean clobber distclean::
@cd gtk && $(MAKE) distclean && cd ..
endif