summaryrefslogtreecommitdiffstats
path: root/scripts/create_makefile
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-16 04:16:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-16 04:16:39 +0000
commit649ce407193daadac07d7c0d5e91b74f1574cd30 (patch)
tree4c5ca0a7b28bbf373620816c77987e743c26d7a6 /scripts/create_makefile
parentbd9e6617827818fd043452c08c606f07b78014a0 (diff)
downloadtdesdk-649ce407193daadac07d7c0d5e91b74f1574cd30.tar.gz
tdesdk-649ce407193daadac07d7c0d5e91b74f1574cd30.zip
* gcc4.4 compilation fixes
* automake updates git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1062803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'scripts/create_makefile')
-rwxr-xr-xscripts/create_makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_makefile b/scripts/create_makefile
index e83b61d7..a27d3848 100755
--- a/scripts/create_makefile
+++ b/scripts/create_makefile
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
# Create Makefile.in and Makefile in a directory (containing a Makefile.am !)
# Saves time compared to re-running configure completely