Libroken dosen't need a shared lib target but in any case it should
not link with -lcom_err, removed. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@948 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -76,6 +76,6 @@ $(LIBNAME).a: $(OBJECTS)
|
||||
|
||||
$(LIBNAME).$(SHLIBEXT): $(OBJECTS)
|
||||
rm -f $@
|
||||
$(CC) $(CFLAGS) $(PICFLAGS) $(SHARED) -o $@ $(OBJECTS) -L../../util/et -lcom_err
|
||||
$(CC) $(CFLAGS) $(PICFLAGS) $(SHARED) -o $@ $(OBJECTS)
|
||||
|
||||
$(OBJECTS): ../../config.h
|
||||
|
Reference in New Issue
Block a user