Signed-off-by: aldot <[email protected]>
---
src/osdctl/Makefile | 2 +-
src/osdsh/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/osdctl/Makefile b/src/osdctl/Makefile
index fa22e54..bd17954 100644
--- a/src/osdctl/Makefile
+++ b/src/osdctl/Makefile
@@ -9,7 +9,7 @@ CFLAGS = -O3
all: osdctl
-osdctl:
+osdctl: osdctl.c osdctl.h
$(CC) $(LIBDIR) $(LIBS) $(CFLAGS) -o $@ [email protected]
clean:
diff --git a/src/osdsh/Makefile b/src/osdsh/Makefile
index c7988c2..c0f225d 100644
--- a/src/osdsh/Makefile
+++ b/src/osdsh/Makefile
@@ -16,7 +16,7 @@ all: osdsh libs
libs: libosdshclock.so libosdshmixer.so libosdshapm.so libosdshnet.so
-%.o: %.c
+%.o: %.c osdsh.h
$(CC) $(CFLAGS) -fPIC -c $<
--
1.5.6.5
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]