changeset 8098:2fa1e3aa518a

fixing dependancies removing stray tabs
author michael
date Mon, 04 Nov 2002 10:01:15 +0000
parents 440dd85936d1
children 7bcf56cfa1c2
files postproc/Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 #