Changeset 20220 for juggler/branches/2.2/modules/tweek/Makefile.in
- Timestamp:
- 05/15/07 06:00:55 (2 years ago)
- Files:
-
- juggler/branches/2.2/modules/tweek/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/tweek/Makefile.in
r19729 r20220 115 115 # If we can build both C and C++ profiled objects, we will build profiled 116 116 # libraries. 117 ifeq ($(BUILD_PROF_C), Y)118 ifeq ($(BUILD_PROF_CXX), Y)119 BUILD_PROF_LIBS= 1120 endif121 endif117 #ifeq ($(BUILD_PROF_C), Y) 118 #ifeq ($(BUILD_PROF_CXX), Y) 119 # BUILD_PROF_LIBS= 1 120 #endif 121 #endif 122 122 123 123 # =============================================================================
