Changeset 206
- Timestamp:
- 20/05/2007 14:27:04 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/telephony/asterisk-gui-mdx/trunk/debian/rules
r205 r206 49 49 # Add here commands to clean up after the build process. 50 50 -$(MAKE) distclean 51 #ifneq "$(wildcard /usr/share/misc/config.sub)" ""52 #cp -f /usr/share/misc/config.sub config.sub53 #endif54 #ifneq "$(wildcard /usr/share/misc/config.guess)" ""55 #cp -f /usr/share/misc/config.guess config.guess56 #endif51 ifneq "$(wildcard /usr/share/misc/config.sub)" "" 52 cp -f /usr/share/misc/config.sub config.sub 53 endif 54 ifneq "$(wildcard /usr/share/misc/config.guess)" "" 55 cp -f /usr/share/misc/config.guess config.guess 56 endif 57 57 58 58
