summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/Imakefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/config/Imakefile b/src/config/Imakefile
index ab965c109..84f6dba85 100644
--- a/src/config/Imakefile
+++ b/src/config/Imakefile
@@ -5,10 +5,9 @@
* the first time.
*/
-DEPLIBS =
-HEADERS = imakemdep.h
-CFFILES = $(HEADERS) Imake.rules Imake.tmpl Project.tmpl site.def *.bac *.cf
-DEFINES = $(SIGNAL_DEFINES)
+includes:: all ccimake
+
+DEFINES= `./ccimake`
#undef ImakeDependency
#define ImakeDependency(dummy) @@\
@@ -16,11 +15,6 @@ Makefile:: imake
SimpleProgramTarget(imake)
-BuildIncludes($(HEADERS),config,..)
-
-MakeDirectories(install,$(CONFIGDIR))
-InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
-
depend::
clean::