diff options
author | rws <empty> | 1992-05-28 12:15:20 +0000 |
---|---|---|
committer | rws <empty> | 1992-05-28 12:15:20 +0000 |
commit | a70d3e065ee56f7ab8aa0f3ee310c7b924c84c7a (patch) | |
tree | bbe2bfa906c1de3a2474dd255037c6083e3b833d /xc/programs/rgb/Imakefile | |
parent | 0621aabdc534fb628a95146bb2f54d73ab309460 (diff) |
use new SpecialCObjectRule
Diffstat (limited to 'xc/programs/rgb/Imakefile')
-rw-r--r-- | xc/programs/rgb/Imakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/programs/rgb/Imakefile b/xc/programs/rgb/Imakefile index b458290d5..e58cc8b0d 100644 --- a/xc/programs/rgb/Imakefile +++ b/xc/programs/rgb/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.23 91/09/09 16:09:09 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.24 92/05/22 11:50:50 rws Exp $ RGB_DB = DefaultRGBDatabase SITE_RGB_DB = -DRGB_DB=\"$(RGB_DB)\" DEPLIBS = @@ -30,8 +30,8 @@ all:: $(PROGRAMS) $(DATADEP) SingleProgramTarget(rgb,$(OBJS1),NullParameter,$(DBMLIB)) SingleProgramTarget(showrgb,$(OBJS2),NullParameter,$(DBMLIB)) -SpecialObjectRule(rgb.o,$(ICONFIGFILES),$(_NOOP_)) -SpecialObjectRule(showrgb.o,$(ICONFIGFILES),$(_NOOP_)) +SpecialCObjectRule(rgb,$(ICONFIGFILES),$(_NOOP_)) +SpecialCObjectRule(showrgb,$(ICONFIGFILES),$(_NOOP_)) InstallMultiple($(DATAFILES) rgb.txt,$(LIBDIR)) InstallProgramWithFlags(showrgb,$(BINDIR),) InstallManPage(showrgb,$(MANDIR)) |