Skip to content

Commit

Permalink
Makefile: remove compile option -lcrypt from bee-cache-inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester committed Aug 2, 2012
1 parent 138564e commit 975478f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ beeflock: $(addprefix src/, ${BEEFLOCK_OBJECTS})
$(call quiet-command,${CC} ${LDFLAGS} -o $@ $^,"LD $@")

bee-cache-inventory: $(addprefix src/, ${BEECACHEINVENTORY_OBJECTS})
$(call quiet-command,${CC} ${LDFLAGS} -lcrypt -o $@ $^,"LD $@")
$(call quiet-command,${CC} ${LDFLAGS} -o $@ $^,"LD $@")

%.o: %.c
$(call quiet-command,${CC} ${CFLAGS} -o $@ -c $^,"CC $@")
Expand Down

0 comments on commit 975478f

Please sign in to comment.