]> andersk Git - moira.git/commitdiff
handle USELOCALTOOLS
authormar <mar>
Fri, 8 Mar 1991 11:07:54 +0000 (11:07 +0000)
committermar <mar>
Fri, 8 Mar 1991 11:07:54 +0000 (11:07 +0000)
util/Imakefile

index f49853fb89935a2030fff666271dccdae17a9d67..898b1313008bd95beb0098645724d533acc8f6a1 100644 (file)
@@ -7,8 +7,14 @@
 #
 # Intermediate level makefile for `util' directory.
 
+all::
+
+#ifndef USELOCALTOOLS
 #define have_subdirs
 SUBDIRS = makedepend
+#endif
 CODE=Imakefile
 
+#ifndef USELOCALTOOLS
 do_subdirs_no_imakefile(imake)
+#endif
This page took 0.177341 seconds and 5 git commands to generate.