summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/tools/Burg/Makefile1
-rw-r--r--utils/Burg/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile
index 2e5e05260e..70bb26eed8 100644
--- a/support/tools/Burg/Makefile
+++ b/support/tools/Burg/Makefile
@@ -57,6 +57,7 @@ FE_OBJS = \
all: burg
+
burg: $(BU_OBJS) $(FE_OBJS)
$(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS)
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 2e5e05260e..70bb26eed8 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -57,6 +57,7 @@ FE_OBJS = \
all: burg
+
burg: $(BU_OBJS) $(FE_OBJS)
$(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS)