Skip to content

Commit

Permalink
Shrink 'ifeq ($(XPIDL_MODULE),)'-conditional error code from an if-el…
Browse files Browse the repository at this point in the history
…se to just an if, so that gmake clobber, etc. works even when the error would fire.

r=shaver.
  • Loading branch information
mccabe%netscape.com committed Nov 30, 1999
1 parent 7e72cd5 commit 8d329c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/rules.mk
Expand Up @@ -1041,7 +1041,7 @@ export:: FORCE
@echo "Please define MODULE or XPIDL_MODULE when defining XPIDLSRCS,"
@echo "so we have a module name to use when creating MODULE.xpt."
@echo; sleep 2; false
else
endif

# export .idl files to $(XPDIST)/idl
$(XPDIST)/idl::
Expand Down Expand Up @@ -1082,7 +1082,6 @@ endif

GARBAGE += $(XPIDL_GEN_DIR)
endif
endif

################################################################################
# Generate chrome building rules.
Expand Down

0 comments on commit 8d329c4

Please sign in to comment.