From 7e10c5e2969f02c3f34f1835bc0289555d8e5873 Mon Sep 17 00:00:00 2001 From: zolliker Date: Tue, 10 Nov 2009 10:38:08 +0000 Subject: [PATCH] - introduced header file dependecy check --- makefile_slinux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile_slinux b/makefile_slinux index 1cf015b6..b896439b 100644 --- a/makefile_slinux +++ b/makefile_slinux @@ -15,7 +15,7 @@ include sllinux_def CC = gcc CFLAGS = -I$(HDFROOT)/include -DNXXML -DHDF4 -DHDF5 $(NI) \ - -Ipsi/hardsup -I. \ + -Ipsi/hardsup -I. -MMD \ -Werror -DCYGNUS -DNONINTF -g $(DFORTIFY) \ -Wall -Wno-unused -Wunused-value -Wno-comment -Wno-switch @@ -32,7 +32,7 @@ LIBS = -L$(HDFROOT)/lib $(SUBLIBS) $(NILIB)\ include make_gen - +-include $(OBJ:.o=.d)