Fix Imakefile breakage under XFree86 4.x
PR: 22160 Submitted by: Ports Fury
This commit is contained in:
parent
45685a2382
commit
f28fff27f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34065
1 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- src/Imakefile.orig Thu Jun 17 00:32:19 1999
|
--- src/Imakefile.orig Thu Jun 17 00:32:19 1999
|
||||||
+++ src/Imakefile Tue Aug 15 22:07:30 2000
|
+++ src/Imakefile Sat Oct 14 13:22:30 2000
|
||||||
@@ -60,7 +60,7 @@
|
@@ -60,7 +60,7 @@
|
||||||
LDOPTIONS = LDOPTIONS_DEF
|
LDOPTIONS = LDOPTIONS_DEF
|
||||||
#endif
|
#endif
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
depend:: version.c X48.ad.h
|
depend:: version.c X48.ad.h
|
||||||
|
|
||||||
@@ -102,16 +102,15 @@
|
@@ -102,16 +102,20 @@
|
||||||
RemoveTargetProgram($@) @@\
|
RemoveTargetProgram($@) @@\
|
||||||
$(CC) -o $@ $(LDOPTIONS) $(OBJS4) locallib $(LDLIBS) syslib $(EXTRA_LOAD_FLAGS) @@\
|
$(CC) -o $@ $(LDOPTIONS) $(OBJS4) locallib $(LDLIBS) syslib $(EXTRA_LOAD_FLAGS) @@\
|
||||||
@@\
|
@@\
|
||||||
|
@ -35,10 +35,15 @@
|
||||||
-ComplexProgramTarget_2($(BIN)/dump2rom,,)
|
-ComplexProgramTarget_2($(BIN)/dump2rom,,)
|
||||||
-ComplexProgramTarget_3($(BIN)/checkrom,,)
|
-ComplexProgramTarget_3($(BIN)/checkrom,,)
|
||||||
-ComplexProgramTarget_4($(BIN)/mkcard,,)
|
-ComplexProgramTarget_4($(BIN)/mkcard,,)
|
||||||
+ComplexProgramTarget_1(x48, $(X48LIBS),)
|
+NormalProgramTarget(x48, $(OBJS1),, $(X48LIBS),)
|
||||||
+ComplexProgramTarget_2(dump2rom,,)
|
+NormalProgramTarget(dump2rom, $(OBJS2),,,)
|
||||||
+ComplexProgramTarget_3(checkrom,,)
|
+NormalProgramTarget(checkrom, $(OBJS3),,,)
|
||||||
+ComplexProgramTarget_4(mkcard,,)
|
+NormalProgramTarget(mkcard, $(OBJS4),,,)
|
||||||
|
+
|
||||||
|
+InstallProgram(x48, $(BINDIR))
|
||||||
|
+InstallProgram(dump2rom, $(BINDIR))
|
||||||
|
+InstallProgram(checkrom, $(BINDIR))
|
||||||
|
+InstallProgram(mkcard, $(BINDIR))
|
||||||
|
|
||||||
InstallAppDefaults(X48)
|
InstallAppDefaults(X48)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue