From 055bff2ecc8b0ac3fc545a355c4ca714a1537a30 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 10 Apr 2002 11:15:07 -0500 Subject: [svn-r5161] Purpose: Bug Fix Fix Description: The way I fixed the bug didn't work on Linux. Solution: Changed so that we use the $* macro with a .c extension instead of assuming that $< won't have a full pathname already. Platforms tested: Linux --- pablo/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pablo/Makefile.in b/pablo/Makefile.in index b8d1d4e..307fc2b 100644 --- a/pablo/Makefile.in +++ b/pablo/Makefile.in @@ -58,7 +58,7 @@ LIB_COBJ=$(LIB_XOBJ:.x=.o) LIB_OBJ=$(PABLO_OBJ) $(LIB_COBJ) .c.x: - $(CC) $(CFLAGS) $(CPPFLAGS) -c $(top_srcdir)/src/$< -o $*.o + $(CC) $(CFLAGS) $(CPPFLAGS) -c $(top_srcdir)/src/$*.c -o $*.o cp $*.o $@ # 'vpath' directive is only supported in gmake, take out - QAK -- cgit v0.12