Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uakari.primate.wisc.edu!indri!engr!wwc From: wwc@boole.ece.wisc.edu (William W. Carlson) Newsgroups: gnu.utils.bug Subject: Small make bug? Message-ID: Date: 3 Aug 89 16:23:32 GMT Sender: news@engr.wisc.edu Distribution: gnu Organization: University of Wisconsin-Madison Lines: 14 I have a makefile (part to the texx2 distribution) that issues an error message for both gnu make 1.48 and 1.54, but works fine with /bin/make (on a sun 386i). The pruned makefile (2 lines) is: DEFINES = -DDEFAULT_TFM_PATH=\".:$(TEXFONTS)\" test: It seems to think that the : is a rule, not part of a define. Any ideas? Bill Carlson wwc@engr.wisc.edu