Changeset 3222
- Timestamp:
- Apr 29, 2007, 7:51:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/x2p/Makefile.SH
r3181 r3222 108 108 109 109 a2p$(EXE_EXT): $(obj) a2p$(OBJ_EXT) 110 $(CC) -o a2p $(LDFLAGS) $(obj) a2p$(OBJ_EXT) $(libs)110 $(CC) -o a2p$(EXE_EXT) $(LDFLAGS) $(obj) a2p$(OBJ_EXT) $(libs) 111 111 112 112 # I now supply a2p.c with the kits, so the following section is
Note:
See TracChangeset
for help on using the changeset viewer.