diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-06-01 19:48:21 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-06-01 19:48:21 +0200 |
commit | 611952767a907134dd0bbb799632e7771744ea41 (patch) | |
tree | 5443c1ca9ac2aa12e12aab043a2e02d893130041 /modules/proxy/NWGNUproxyhtp | |
parent | Fix a path searching problem so that NetWare can build the genchars.nlm suppo... (diff) | |
download | apache2-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/NWGNUproxyhtp | 4 |
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 |