Commit 2935c2b387bcee8971cb611fec6b4b8a0a51a7c4
authorJakob Gruber <jakob.gruber@gmail.com>
Mon, 10 Sep 2012 09:57:41 +0000 (11:57 +0200)
committerJakob Gruber <jakob.gruber@gmail.com>
Mon, 10 Sep 2012 10:36:21 +0000 (12:36 +0200)
simavr/Makefile

index afaae9f8e60529aa4a6884f41e35c3001ff2dd05..5382e4df2caf814730d3ba6eb170e622e657b7c2 100644 (file)
@@ -86,9 +86,9 @@ PREFIX = ${DESTDIR}
 
 install : all
        $(MKDIR) $(DESTDIR)/include/simavr/avr
-       $(INSTALL) sim/*.h $(DESTDIR)/include/simavr/
-       $(INSTALL) sim_core_*.h $(DESTDIR)/include/simavr/
-       $(INSTALL) ../include/*.h $(DESTDIR)/include/simavr/avr/
+       $(INSTALL) -m644 sim/*.h $(DESTDIR)/include/simavr/
+       $(INSTALL) -m644 sim_core_*.h $(DESTDIR)/include/simavr/
+       $(INSTALL) -m644 ../include/*.h $(DESTDIR)/include/simavr/avr/
        $(MKDIR) $(DESTDIR)/lib
        $(INSTALL) ${OBJ}/libsimavr.a $(DESTDIR)/lib/
        $(MKDIR) $(DESTDIR)/lib/pkgconfig/