diff --git a/src/MAKE/Makefile.bgl b/src/MAKE/Makefile.bgl index 81da9916bc..ad3a64d468 100644 --- a/src/MAKE/Makefile.bgl +++ b/src/MAKE/Makefile.bgl @@ -98,4 +98,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.cygwin b/src/MAKE/Makefile.cygwin index b5f696bccd..493ae48f66 100644 --- a/src/MAKE/Makefile.cygwin +++ b/src/MAKE/Makefile.cygwin @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.encanto b/src/MAKE/Makefile.encanto index f8c27278ca..8140f73337 100644 --- a/src/MAKE/Makefile.encanto +++ b/src/MAKE/Makefile.encanto @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.fink b/src/MAKE/Makefile.fink index b6135ba6d9..67d81497e7 100644 --- a/src/MAKE/Makefile.fink +++ b/src/MAKE/Makefile.fink @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.g++ b/src/MAKE/Makefile.g++ index 584b09d85b..c9480cd026 100755 --- a/src/MAKE/Makefile.g++ +++ b/src/MAKE/Makefile.g++ @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.g++3 b/src/MAKE/Makefile.g++3 index 2cc4f16809..490f47b7be 100755 --- a/src/MAKE/Makefile.g++3 +++ b/src/MAKE/Makefile.g++3 @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.glory b/src/MAKE/Makefile.glory index bc282f6a0c..0e61e441a0 100644 --- a/src/MAKE/Makefile.glory +++ b/src/MAKE/Makefile.glory @@ -110,4 +110,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.jaguar b/src/MAKE/Makefile.jaguar index 72960e1a68..0449e5348f 100644 --- a/src/MAKE/Makefile.jaguar +++ b/src/MAKE/Makefile.jaguar @@ -99,4 +99,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.lam b/src/MAKE/Makefile.lam index cd9e4f596d..2c86ad752f 100644 --- a/src/MAKE/Makefile.lam +++ b/src/MAKE/Makefile.lam @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.linux b/src/MAKE/Makefile.linux index 4d6b81a916..f0348b3eea 100755 --- a/src/MAKE/Makefile.linux +++ b/src/MAKE/Makefile.linux @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.mac b/src/MAKE/Makefile.mac index 2dc11ea1f3..0742fc945a 100755 --- a/src/MAKE/Makefile.mac +++ b/src/MAKE/Makefile.mac @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.mac_mpi b/src/MAKE/Makefile.mac_mpi index 434b00a1e2..cd14f16b12 100755 --- a/src/MAKE/Makefile.mac_mpi +++ b/src/MAKE/Makefile.mac_mpi @@ -95,4 +95,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.mingw b/src/MAKE/Makefile.mingw index 6e97ba580b..44286bc252 100644 --- a/src/MAKE/Makefile.mingw +++ b/src/MAKE/Makefile.mingw @@ -101,4 +101,4 @@ mpi.o: ../STUBS/mpi.c ../STUBS/mpi.h $(CC) $(CCFLAGS) $(EXTRA_INC) -c $< DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.mkl b/src/MAKE/Makefile.mkl index 492f1b3a18..043390f1c8 100644 --- a/src/MAKE/Makefile.mkl +++ b/src/MAKE/Makefile.mkl @@ -98,4 +98,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.odin b/src/MAKE/Makefile.odin index 975f11511f..479ef95ea9 100755 --- a/src/MAKE/Makefile.odin +++ b/src/MAKE/Makefile.odin @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.openmpi b/src/MAKE/Makefile.openmpi index 132ba0f819..ed3427a454 100644 --- a/src/MAKE/Makefile.openmpi +++ b/src/MAKE/Makefile.openmpi @@ -93,4 +93,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.pgi b/src/MAKE/Makefile.pgi index 0b5167e8eb..67db1a0fe2 100644 --- a/src/MAKE/Makefile.pgi +++ b/src/MAKE/Makefile.pgi @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.power5 b/src/MAKE/Makefile.power5 index b9cc896c82..26d87dc92e 100644 --- a/src/MAKE/Makefile.power5 +++ b/src/MAKE/Makefile.power5 @@ -93,4 +93,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.qed b/src/MAKE/Makefile.qed index 9bec6b72dc..49349d45d2 100644 --- a/src/MAKE/Makefile.qed +++ b/src/MAKE/Makefile.qed @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.redsky b/src/MAKE/Makefile.redsky index de8b5ee270..bc06bc8b2f 100644 --- a/src/MAKE/Makefile.redsky +++ b/src/MAKE/Makefile.redsky @@ -121,4 +121,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.sdsc b/src/MAKE/Makefile.sdsc index 5b29fbbef4..7ef819b34e 100644 --- a/src/MAKE/Makefile.sdsc +++ b/src/MAKE/Makefile.sdsc @@ -97,4 +97,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.seaborg b/src/MAKE/Makefile.seaborg index 2d0ce36e47..e05116dcd4 100644 --- a/src/MAKE/Makefile.seaborg +++ b/src/MAKE/Makefile.seaborg @@ -93,4 +93,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.serial b/src/MAKE/Makefile.serial index dad2e9eea8..cc4480d79b 100755 --- a/src/MAKE/Makefile.serial +++ b/src/MAKE/Makefile.serial @@ -93,4 +93,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.serial_debug b/src/MAKE/Makefile.serial_debug index 00b2620bd2..51f3d732d9 100644 --- a/src/MAKE/Makefile.serial_debug +++ b/src/MAKE/Makefile.serial_debug @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.sgi b/src/MAKE/Makefile.sgi index e375fcf882..8b928717af 100644 --- a/src/MAKE/Makefile.sgi +++ b/src/MAKE/Makefile.sgi @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.solaris b/src/MAKE/Makefile.solaris index 0b05e96cd0..bdee7ad9fc 100644 --- a/src/MAKE/Makefile.solaris +++ b/src/MAKE/Makefile.solaris @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.spirit b/src/MAKE/Makefile.spirit index fb18d23984..0c89ed3e71 100644 --- a/src/MAKE/Makefile.spirit +++ b/src/MAKE/Makefile.spirit @@ -100,4 +100,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.tacc b/src/MAKE/Makefile.tacc index 3691ef6484..512c44988e 100644 --- a/src/MAKE/Makefile.tacc +++ b/src/MAKE/Makefile.tacc @@ -95,4 +95,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.tbird b/src/MAKE/Makefile.tbird index c3c3ac8bb2..3ee125d876 100644 --- a/src/MAKE/Makefile.tbird +++ b/src/MAKE/Makefile.tbird @@ -111,4 +111,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.tesla b/src/MAKE/Makefile.tesla index 9e7fd90eb1..1fa76e6b2f 100755 --- a/src/MAKE/Makefile.tesla +++ b/src/MAKE/Makefile.tesla @@ -92,4 +92,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.tunnison b/src/MAKE/Makefile.tunnison index 6717db4d3c..25426113f3 100644 --- a/src/MAKE/Makefile.tunnison +++ b/src/MAKE/Makefile.tunnison @@ -103,4 +103,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.xe6 b/src/MAKE/Makefile.xe6 index 3826a7ade3..ee2f866836 100644 --- a/src/MAKE/Makefile.xe6 +++ b/src/MAKE/Makefile.xe6 @@ -93,4 +93,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.xt3 b/src/MAKE/Makefile.xt3 index af41066561..f5cdc9f437 100644 --- a/src/MAKE/Makefile.xt3 +++ b/src/MAKE/Makefile.xt3 @@ -94,4 +94,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS) diff --git a/src/MAKE/Makefile.xt5 b/src/MAKE/Makefile.xt5 index ffe64fe86b..f5000f0029 100644 --- a/src/MAKE/Makefile.xt5 +++ b/src/MAKE/Makefile.xt5 @@ -93,4 +93,4 @@ lib: $(OBJ) # Individual dependencies DEPENDS = $(OBJ:.o=.d) ---include $(DEPENDS) +sinclude $(DEPENDS)