X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile.in;h=546f3a81da9ed26d3eb8bb6b4d62feff65a27a8e;hb=b8790eaafd4ed0be8ab280581dedd3ff81ba752b;hp=61dc16447890dd78ed11129ce267b88a44ab8358;hpb=e38c96cef3f2b32a5f6e0bee8e845279f9dffead;p=onak.git diff --git a/Makefile.in b/Makefile.in index 61dc164..546f3a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -78,9 +78,6 @@ libkeydb_pg.so: keydb_pg.o libkeydb_%.so: keydb_%.o $(CC) -shared -o $@ $< $(CORE_OBJS) -keydb_%.o: keydb_%.c - $(CC) -c -fPIC $(LDFLAGS) -o $@ $< - splitkeys: splitkeys.o $(CORE_OBJS) $(KEYDB_OBJ) $(CC) $(LDFLAGS) -o splitkeys splitkeys.o $(CORE_OBJS) $(KEYDB_OBJ) \ $(LIBS) $(PROGS_LDFLAGS_EXTRA)