# HG changeset patch # User michael # Date 1036404075 0 # Node ID 2fa1e3aa518a12539f3752e63224989d2c6c376a # Parent 440dd85936d1f2247e16d86c19766b6c3e477c0b fixing dependancies removing stray tabs diff -r 440dd85936d1 -r 2fa1e3aa518a postproc/Makefile --- a/postproc/Makefile Mon Nov 04 08:21:46 2002 +0000 +++ b/postproc/Makefile Mon Nov 04 10:01:15 2002 +0000 @@ -38,7 +38,7 @@ dep: depend depend: - $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend + $(CC) -MM $(CFLAGS) $(SWSSRCS) postprocess.c 1>.depend cs_test: $(CS_TEST_OBJS) $(CC) $(CS_TEST_OBJS) -o cs_test @@ -51,7 +51,7 @@ $(CC) -shared -Wl,-soname,$(SPPLIB).0 \ -o $(SPPLIB) $(SPPOBJS) endif - + $(PPLIB): $(PPOBJS) $(AR) r $(PPLIB) $(PPOBJS) @@ -65,7 +65,7 @@ install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h endif - + # # include dependency files if they exist #