Skip to content

Commit

Permalink
Merge branch 'devttys0#6'
Browse files Browse the repository at this point in the history
  • Loading branch information
fletort committed Jun 18, 2015
2 parents ce84d90 + 85d82e9 commit 599c6a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ py-install:
py-uninstall:

install: py$(BUILD)-install
install -D -m644 lib$(TARGET).so $(DESTDIR)/$(LIBDIR)/lib$(TARGET).so
install -D -m644 lib$(TARGET).a $(DESTDIR)/$(LIBDIR)/lib$(TARGET).a
install -D -m644 $(TARGET).h $(DESTDIR)/$(INCDIR)/$(TARGET).h
install -d $(DESTDIR)/$(LIBDIR)
install -m644 lib$(TARGET).so $(DESTDIR)/$(LIBDIR)/lib$(TARGET).so
install -m644 lib$(TARGET).a $(DESTDIR)/$(LIBDIR)/lib$(TARGET).a
install -d $(DESTDIR)/$(INCDIR)
install -m644 $(TARGET).h $(DESTDIR)/$(INCDIR)/$(TARGET).h

uninstall: py$(BUILD)-uninstall
rm -f $(DESTDIR)/$(LIBDIR)/lib$(TARGET).so \
Expand Down

0 comments on commit 599c6a3

Please sign in to comment.