config.lib
changeset 5556 2c1fdf0bc6a4
parent 5555 f1c050be9cf8
child 5557 7dff4e6db17f
equal deleted inserted replaced
5555:f1c050be9cf8 5556:2c1fdf0bc6a4
  1819 
  1819 
  1820 	# Create the main Makefile
  1820 	# Create the main Makefile
  1821 	echo "Generating Makefile..."
  1821 	echo "Generating Makefile..."
  1822 	< $ROOT_DIR/Makefile.in sed "$SRC_REPLACE" > Makefile
  1822 	< $ROOT_DIR/Makefile.in sed "$SRC_REPLACE" > Makefile
  1823 	echo "# Auto-generated file -- DO NOT EDIT" > Makefile.am
  1823 	echo "# Auto-generated file -- DO NOT EDIT" > Makefile.am
  1824 	echo "" > Makefile.am
  1824 	echo >> Makefile.am
  1825 	# Make the copy of the source-list, so we don't trigger an unwanted recompile
  1825 	# Make the copy of the source-list, so we don't trigger an unwanted recompile
  1826 	cp $SOURCE_LIST config.cache.source.list
  1826 	cp $SOURCE_LIST config.cache.source.list
  1827 	# Make sure config.cache is OLDER then config.cache.source.list
  1827 	# Make sure config.cache is OLDER then config.cache.source.list
  1828 	touch config.cache
  1828 	touch config.cache
  1829 }
  1829 }