Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (hide annotations)
Sun Oct 4 15:05:11 2009 UTC (3 years, 8 months ago) by cjg
File size: 320 byte(s)
pseries utils initial commit
1 cjg 632 --- new/rules.mk 2009-05-18 22:42:31.000000000 +0000
2     +++ old/rules.mk 2009-03-13 19:25:06.000000000 +0000
3     @@ -135,7 +135,7 @@
4     endef
5    
6     define install_lib
7     - $(call install_files,$1,755,$2/$(LIB_DIR)$(findstring 64,$(shell file $(firstword $1))))
8     + $(call install_files,$1,755,$2/$(LIB_DIR))
9     endef
10    
11     define install_inc