summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-04-13 20:26:40 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-04-13 20:26:40 +0000
commit1cb6180a79be637b0ed0d45ca9a21ccb3dda3462 (patch)
treed52df32af239ebc7bc1da18a265e2d5c21ee6134
parentd67bb10383e0db3084b5b458ec443131f00dbb87 (diff)
downloadlibapr-1cb6180a79be637b0ed0d45ca9a21ccb3dda3462.tar.gz
Remove the check for multiple makefiles
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@65059 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/NWGNUtail.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc
index 862cc68cf..ad3cd4ac6 100644
--- a/build/NWGNUtail.inc
+++ b/build/NWGNUtail.inc
@@ -97,8 +97,6 @@ VERSION_STR = 1.0.0
endif
-ifeq "$(words $(strip $(TARGET_lib)))" "1"
-
$(OBJDIR)/%.o: %.c $(OBJDIR)\$(NLM_NAME)_cc.opt
@echo Compiling $<
$(CC) $< -o=$(OBJDIR)\$(@F) @$(OBJDIR)\$(NLM_NAME)_cc.opt
@@ -152,8 +150,6 @@ ifneq "$(strip $(XDEFINES))" ""
@echo $(XDEFINES) >> $@
endif
-endif # one target nlm
-
#
# Rules to build libraries
#