diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-03-07 04:04:51 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-03-07 04:04:51 +0100 |
commit | c7174f4244325255fe8bc0bc43e64ac1371880b1 (patch) | |
tree | bedc4d39ee5932c5ecbddc657564b573e3a03917 /modules/proxy/NWGNUproxyhtp | |
parent | Add the include path to modules/ssl to resolve the include of mod_ssl.h (diff) | |
download | apache2-c7174f4244325255fe8bc0bc43e64ac1371880b1.tar.xz apache2-c7174f4244325255fe8bc0bc43e64ac1371880b1.zip |
Allow make files to create a cc.opt compiler options file per NLM rather than a single file per directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/NWGNUproxyhtp')
-rw-r--r-- | modules/proxy/NWGNUproxyhtp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/proxy/NWGNUproxyhtp b/modules/proxy/NWGNUproxyhtp index ac761232ad..66248d94ac 100644 --- a/modules/proxy/NWGNUproxyhtp +++ b/modules/proxy/NWGNUproxyhtp @@ -252,9 +252,9 @@ install :: nlms FORCE # Any specialized rules here # -$(OBJDIR)/%.o: ../arch/netware/%.c $(OBJDIR)\cc.opt +$(OBJDIR)/%.o: ../arch/netware/%.c $(OBJDIR)\$(NLM_NAME)_cc.opt @echo compiling $< - $(CC) $< -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt + $(CC) $< -o=$(OBJDIR)\$(@F) @$(OBJDIR)\$(NLM_NAME)_cc.opt # # Include the 'tail' makefile that has targets that depend on variables defined |