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:
parent
694ab1fe1c
commit
af9d5f0304
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user