Add clobber_all target to make mozilla build system happy.

git-svn-id: svn://10.0.0.236/trunk@6831 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com 1998-07-30 02:05:13 +00:00
parent 694ab1fe1c
commit af9d5f0304

View File

@ -65,15 +65,12 @@ all: export
export: $(DETECT_NAME)
detect: $(DETECT_NAME)
clean:
realclean clobber clobber_all clean:
@rm -f $(DETECT_NAME)
@$(DETECT_X11) --cleanup
@$(DETECT_MOTIF) --cleanup
@$(DETECT_GLIBC) --cleanup
clobber: clean
realclean: clean
# This is needed for DETECT_MOTIF to work
X11_INCLUDE_FLAGS=$(shell $(DETECT_X11) -if)