summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2007-04-06 13:40:45 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2007-04-06 13:40:45 +0000
commit101c90247ac394f5696e1811f473ded53d4543b1 (patch)
tree8445fc4a23fb33ffcfb7839531f18c460b555a84
parentcb1f8889966c348d75d610ab2bc5840c12650c68 (diff)
downloadlibapr-101c90247ac394f5696e1811f473ded53d4543b1.tar.gz
moved INSTDIRS to NWGNUtail.inc; fixed copyright string.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@526160 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--NWGNUmakefile3
-rw-r--r--build/NWGNUtail.inc17
2 files changed, 11 insertions, 9 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index c616fdd17..b806d116d 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -360,9 +360,6 @@ ifndef DEST
$(CMD) xc.bat
$(DEL) xc.bat
endif
-
-$(INSTDIRS) ::
- $(CHKNOT) $@\NUL mkdir $@
ifndef DEST
installdev :: $(INSTDEVDIRS) FORCE
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc
index 641c091b2..a12ebc38a 100644
--- a/build/NWGNUtail.inc
+++ b/build/NWGNUtail.inc
@@ -25,12 +25,13 @@ NLM_SCREEN_NAME = DEFAULT
endif
ifndef NLM_COPYRIGHT
-NLM_COPYRIGHT = Licensed to the Apache Software Foundation (ASF) under one or more
-NLM_COPYRIGHT = contributor license agreements. See the NOTICE file distributed with
-NLM_COPYRIGHT = this work for additional information regarding copyright ownership.
-NLM_COPYRIGHT = The ASF licenses this file to You under the Apache License, Version 2.0
-NLM_COPYRIGHT = (the "License"); you may not use this file except in compliance with
-NLM_COPYRIGHT = the License. You may obtain a copy of the License at
+NLM_COPYRIGHT = Licensed to the Apache Software Foundation (ASF) under one or more
+NLM_COPYRIGHT += contributor license agreements. See the NOTICE file distributed with
+NLM_COPYRIGHT += this work for additional information regarding copyright ownership.
+NLM_COPYRIGHT += The ASF licenses this file to You under the Apache License, Version 2.0
+NLM_COPYRIGHT += (the "License"); you may not use this file except in compliance with
+NLM_COPYRIGHT += the License. You may obtain a copy of the License at
+NLM_COPYRIGHT += http://www.apache.org/licenses/LICENSE-2.0
endif
#
@@ -325,3 +326,7 @@ endif # NO_LICENSE_FILE
endif # multiple targets
+$(INSTDIRS) ::
+ $(CHKNOT) $@\NUL mkdir $@
+
+