Makefile required some cleaning up for install and make

This commit is contained in:
Marc G. Fournier 1998-02-19 17:08:22 +00:00
parent 24549df4bf
commit e53b5269ca
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ clean:
rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
install: libecpg.a $(shlib)
install -m 644 libecpg.a $(DESTDIR)$(LIBDIR)
install -m 644 $(shlib) $(DESTDIR)$(LIBDIR)
$(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
$(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
uninstall::