summaryrefslogtreecommitdiffstats
path: root/modules/proxy/NWGNUproxyhtp
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-06-01 19:48:21 +0200
committerBradley Nicholes <bnicholes@apache.org>2004-06-01 19:48:21 +0200
commit611952767a907134dd0bbb799632e7771744ea41 (patch)
tree5443c1ca9ac2aa12e12aab043a2e02d893130041 /modules/proxy/NWGNUproxyhtp
parentFix a path searching problem so that NetWare can build the genchars.nlm suppo... (diff)
downloadapache2-611952767a907134dd0bbb799632e7771744ea41.tar.xz
apache2-611952767a907134dd0bbb799632e7771744ea41.zip
Eliminate the redundant compiler rules
Submitted by: Guenter Knauf <fuankg@apache.org>, Brad Nicholes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/NWGNUproxyhtp')
-rw-r--r--modules/proxy/NWGNUproxyhtp4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/proxy/NWGNUproxyhtp b/modules/proxy/NWGNUproxyhtp
index 66248d94ac..f605a03564 100644
--- a/modules/proxy/NWGNUproxyhtp
+++ b/modules/proxy/NWGNUproxyhtp
@@ -252,9 +252,7 @@ install :: nlms FORCE
# Any specialized rules here
#
-$(OBJDIR)/%.o: ../arch/netware/%.c $(OBJDIR)\$(NLM_NAME)_cc.opt
- @echo compiling $<
- $(CC) $< -o=$(OBJDIR)\$(@F) @$(OBJDIR)\$(NLM_NAME)_cc.opt
+vpath %.c ../arch/netware
#
# Include the 'tail' makefile that has targets that depend on variables defined