aboutsummaryrefslogtreecommitdiff
path: root/projects/bucts/sources/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/bucts/sources/Makefile')
-rw-r--r--projects/bucts/sources/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/bucts/sources/Makefile b/projects/bucts/sources/Makefile
index 2b165f3e..b5f43d5f 100644
--- a/projects/bucts/sources/Makefile
+++ b/projects/bucts/sources/Makefile
@@ -10,7 +10,7 @@ endif
all: bucts
bucts: $(OBJ)
- $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci -lz -static
+ $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci
%.o: %.c
$(CC) $(CFLAGS) -DVERSION='"$(VERSION)"' -c $<