From aee8500c286c817c0760438af5d057ec9d94bd2e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 May 2008 02:06:26 +0000 Subject: fixed for new .cc files from old .cpp files svn path=/trunk/externals/pdvjtools/; revision=9895 --- pix_preview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pix_preview') diff --git a/pix_preview/Makefile b/pix_preview/Makefile index 0c0b38f..ef0a321 100644 --- a/pix_preview/Makefile +++ b/pix_preview/Makefile @@ -27,8 +27,8 @@ clean: distro: clean all rm *.o -.cpp.o: - g++ $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.cpp +.cc.o: + g++ $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.cc .c.o: gcc $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.c -- cgit v1.2.1