Changeset 1389
- Timestamp:
- Apr 10, 2009, 12:20:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/objects/Makefile.in
r1386 r1389 57 57 RpCurve.h \ 58 58 RpInt.h \ 59 RpHash.h \60 59 RpHashHelper.h \ 61 60 RpNumber.h \ … … 65 64 RpVariable.h 66 65 66 LOCAL_HEADERS = \ 67 RpHash.h 67 68 68 69 OBJS = \ … … 107 108 $(INSTALL) -m 444 $(srcdir)/$$i $(incdir) ; \ 108 109 done 110 for i in $(LOCAL_HEADERS) ; do \ 111 $(INSTALL) -m 444 $$i $(incdir) ; \ 112 done 109 113 110 114 .cc.o:
Note: See TracChangeset
for help on using the changeset viewer.