summaryrefslogtreecommitdiff
path: root/graphics/ivtools/files/patch-config::Imakefile
blob: a18353b963d973bbbbdb18efba812c6a1247ca90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- config/Imakefile.orig	Mon Jul 16 10:10:06 2001
+++ config/Imakefile	Wed Mar 27 12:18:06 2002
@@ -9,12 +9,3 @@
 
 MakeInSubdirs($(SUBDIRS))
 
-#if !InstallRelative
-install::
-	MakeDir($(CONFIGDIR))
-	$(INSTALL) -c $(INSTINCFLAGS) *.def* template *.mk $(CONFIGDIR)
-
-uninstall::
-	(cd $(CONFIGDIR);$(RM) *.def* template *.mk)
-#endif
-