mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
10 lines
295 B
Text
10 lines
295 B
Text
--- Imakefile.orig 1994-02-02 04:54:35 UTC
|
|
+++ Imakefile
|
|
@@ -14,4 +14,6 @@ all:: $(PROGRAMS)
|
|
|
|
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
|
|
|
|
-NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),)
|
|
+PROGRAM = $(PROGRAMS)
|
|
+
|
|
+ComplexProgramTarget_1($(PROGRAM),$(LOCAL_LIBRARIES),)
|