diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-18 23:51:55 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-03-18 23:51:55 +0000 |
commit | 9f1d9219e8c06241c46f6b03178d3002185e51de (patch) | |
tree | 83600ce25857dfda96612d4736750a80067d8ab4 /source/heimdal_build | |
parent | 2c87892f90c9839d031c67aaf82776b90a04db62 (diff) | |
download | samba-9f1d9219e8c06241c46f6b03178d3002185e51de.tar.gz samba-9f1d9219e8c06241c46f6b03178d3002185e51de.tar.xz samba-9f1d9219e8c06241c46f6b03178d3002185e51de.zip |
r14553: Use double colon feature in the makefile (supported by all buildfarm hosts!)
Diffstat (limited to 'source/heimdal_build')
-rwxr-xr-x | source/heimdal_build/asn1_deps.pl | 2 | ||||
-rw-r--r-- | source/heimdal_build/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/heimdal_build/asn1_deps.pl b/source/heimdal_build/asn1_deps.pl index cf5ca688e4e..9c4a65976b2 100755 --- a/source/heimdal_build/asn1_deps.pl +++ b/source/heimdal_build/asn1_deps.pl @@ -41,7 +41,7 @@ foreach(<IN>) { } } close(IN); -print $prefix."_clean: \n"; +print "clean:: \n"; print "\t\@echo \"Deleting ASN1 output files generated from $file\""; print "\n\t\@rm -f $header"; foreach $c_file (@c_files) { diff --git a/source/heimdal_build/config.mk b/source/heimdal_build/config.mk index b137236b0cf..b18223192ba 100644 --- a/source/heimdal_build/config.mk +++ b/source/heimdal_build/config.mk @@ -446,7 +446,7 @@ heimdal_basics: \ heimdal/lib/krb5/k524_err.h \ heimdal/lib/krb5/krb5_err.h -heimdal_clean: hdb_asn1_clean spnego_asn1_clean krb5_asn1_clean +clean:: @-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h @-rm -f heimdal/lib/asn1/asn1_err.{c,h} @-rm -f heimdal/lib/hdb/hdb_err.{c,h} |