blob: e94aae3bfc60513fb41e7ec6e25c8112c69fd6c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- config/cf/Library.tmpl.orig Mon May 24 12:06:57 2004
+++ config/cf/Library.tmpl Fri Sep 10 21:46:00 2004
@@ -389,7 +389,7 @@
*/
#ifndef MakeStringsDependency
-# ifndef UseInstalled
+# if !defined(UseInstalled) && !defined(UseInstalledPrograms)
# define MakeStringsDependency @@\
MAKESTRS = $(CONFIGSRC)/util/makestrs @@\
NoCmpScript(HostProgramTargetName($(MAKESTRS)) $(MAKESTRS).Osuf) @@\
@@ -399,7 +399,8 @@
@@\
includes:: HostProgramTargetName($(MAKESTRS))
# else
-# define MakeStringsDependency /**/
+# define MakeStringsDependency @@\
+MAKESTRS = makestrs
# endif
#endif
|