diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-05 19:57:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-05 19:57:01 +0200 |
commit | 3a3670e553b08d7caf63db7a21adb30909891158 (patch) | |
tree | 8709c1b852c87d1169fbfdf86158ede98af5db09 /Makefile | |
parent | change doc in preparation for upcoming change (diff) | |
download | mds-3a3670e553b08d7caf63db7a21adb30909891158.tar.gz mds-3a3670e553b08d7caf63db7a21adb30909891158.tar.bz2 mds-3a3670e553b08d7caf63db7a21adb30909891158.tar.xz |
it would be a shame if we could not re-exec because we have filled the pipe
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ all: bin/mds bin/mds-server bin/libmdsserver.so bin/%: obj/%.o bin/libmdsserver.so mkdir -p $(shell dirname $@) - gcc $(C_FLAGS) -o $@ -Lbin -lmdsserver obj/$*.o + gcc $(C_FLAGS) -o $@ -Lbin -lmdsserver -lrt obj/$*.o obj/%.o: src/%.c src/*.h src/libmdsserver/*.h mkdir -p $(shell dirname $@) |