Make the proxy rules more robust.

git-svn-id: svn://10.0.0.236/trunk@43821 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com 1999-08-20 14:21:42 +00:00
parent 2d5abbcd74
commit 70b51ce6ef

View File

@ -26,18 +26,18 @@ ifdef MOZ_ENABLE_GTK_MOZILLA
all:: export libs install
export::
@cd gtk ; rm -f config.cache ; ./configure --prefix=$(MOZ_BUILD_ROOT)/dist --with-mozilla=$(MOZ_BUILD_ROOT) ; cd ..
@cd gtk && rm -f config.cache && ./configure --prefix=$(MOZ_BUILD_ROOT)/dist --with-mozilla=$(MOZ_BUILD_ROOT) && cd ..
libs::
@cd gtk ; $(MAKE) ; cd ..
@cd gtk && $(MAKE) && cd ..
depend::
install::
@cd gtk ; $(MAKE) install ; cd ..
@cd gtk && $(MAKE) install && cd ..
clobber::
@cd gtk ; $(MAKE) distclean ; cd ..
@cd gtk && $(MAKE) distclean && cd ..
else
all::
export::