summaryrefslogtreecommitdiff
path: root/build/NWGNUtail.inc
diff options
context:
space:
mode:
Diffstat (limited to 'build/NWGNUtail.inc')
-rw-r--r--build/NWGNUtail.inc17
1 files changed, 11 insertions, 6 deletions
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 $@
+
+