Changeset 205
- Timestamp:
- 20/05/2007 14:25:03 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/telephony/asterisk-gui-mdx/trunk/debian/rules
r200 r205 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
