diff options
author | joey <joey> | 1999-08-17 04:40:08 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:40:08 +0000 |
commit | 8828415f7d08350f236cc60d3c801ccd0ba199d6 (patch) | |
tree | f80fd6290c80f4199469dd3cbef440460294d8be /examples | |
parent | 1352476d748b5137881c467365f0ed5c34297c5d (diff) | |
download | debhelper-8828415f7d08350f236cc60d3c801ccd0ba199d6.tar.gz |
r42: Initial Import
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rules | 2 | ||||
-rwxr-xr-x | examples/rules.indep | 2 | ||||
-rwxr-xr-x | examples/rules.multi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/rules b/examples/rules index 105d91c0..29c79dee 100755 --- a/examples/rules +++ b/examples/rules @@ -7,7 +7,7 @@ build: build-stamp build-stamp: dh_testdir - # Add here commands to compile the pacckage. + # Add here commands to compile the package. #$(MAKE) touch build-stamp diff --git a/examples/rules.indep b/examples/rules.indep index 5bd756de..fb46c623 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -8,7 +8,7 @@ build: build-stamp build-stamp: dh_testdir - # Add here commands to compile the pacckage. + # Add here commands to compile the package. #$(MAKE) touch build-stamp diff --git a/examples/rules.multi b/examples/rules.multi index eceee350..205ed4c8 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -10,7 +10,7 @@ build: build-stamp build-stamp: dh_testdir - # Add here commands to compile the pacckage. + # Add here commands to compile the package. #$(MAKE) touch build-stamp |