diff options
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index a34637918e..b0082d9883 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -343,7 +343,7 @@ installdev :: FORCE -copy $(subst /,\,$(APR))\arch\netware\include\*.h $(INSTALL)\Apache2\include\*.* -copy $(subst /,\,$(APRUTIL))\include\*.h $(INSTALL)\Apache2\include\*.* -copy $(subst /,\,$(APR))\*.imp $(INSTALL)\Apache2\lib\*.* -+ -copy $(subst /,\,$(NWOS))\*.xdc $(INSTALL)\Apache2\lib\*.* + -copy $(subst /,\,$(NWOS))\*.xdc $(INSTALL)\Apache2\lib\*.* # # Any specialized rules here |