Commit e53b5269 authored by Marc G. Fournier's avatar Marc G. Fournier

Makefile required some cleaning up for install and make

parent 24549df4
...@@ -48,8 +48,8 @@ clean: ...@@ -48,8 +48,8 @@ clean:
rm -f *.o *.a core a.out *~ $(shlib) libecpg.so rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
install: libecpg.a $(shlib) install: libecpg.a $(shlib)
install -m 644 libecpg.a $(DESTDIR)$(LIBDIR) $(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
install -m 644 $(shlib) $(DESTDIR)$(LIBDIR) $(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
uninstall:: uninstall::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment