diff options
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/pcb/files/patch-ae b/cad/pcb/files/patch-ae new file mode 100644 index 000000000000..4da1fba7128a --- /dev/null +++ b/cad/pcb/files/patch-ae @@ -0,0 +1,11 @@ +--- src/Imakefile.orig Thu Jan 14 02:52:36 1999 ++++ src/Imakefile Sun Dec 10 17:17:07 2000 +@@ -67,7 +67,7 @@ + + depend:: parse_l.c parse_y.c + +-ComplexProgramTarget(pcb) ++ComplexProgramTargetNoMan(pcb) + InstallAppDefaults(Pcb) + InstallMultipleFlags($(DEFAULTFONT),$(PCBLIBDIR),$(INSTLIBFLAGS)) + |