Changeset 110
- Timestamp:
- May 8, 2003, 9:39:19 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libstdc++-v3/testsuite/Makefile.in
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r109 r110 11 11 # PARTICULAR PURPOSE. 12 12 13 all-none: 14 all: all-none 13 # kso just disable this for now... (OS/2 only) 14 ifeq "$(BUILD_PLATFORM)" "OS2" 15 all install: 16 echo "Info: Disabled testsuite for OS/2 - doesn't compile..." 17 endif 18 19 15 20 16 21 SHELL = @SHELL@ … … 196 201 OBJECTS = $(abi_check_OBJECTS) 197 202 198 all-: all-redirect 203 ifneq "$(BUILD_PLATFORM)" "OS2" 204 all: all-redirect 205 endif 199 206 .SUFFIXES: 200 207 .SUFFIXES: .S .c .cc .lo .o .obj .s … … 367 374 install-am: all-am 368 375 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 376 ifneq "$(BUILD_PLATFORM)" "OS2" 369 377 install: install-am 378 endif 370 379 uninstall-am: 371 380 uninstall: uninstall-am -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.