File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1371,14 +1371,17 @@ patchcheck:
1371
1371
1372
1372
Python/thread.o: @THREADHEADERS@
1373
1373
1374
+ # A dummy target so that we are "buildbot step compatible" with newer versions
1375
+ touch:
1376
+
1374
1377
# Declare targets that aren't real files
1375
1378
.PHONY: all build_all sharedmods oldsharedmods test quicktest memtest
1376
1379
.PHONY: install altinstall oldsharedinstall bininstall altbininstall
1377
1380
.PHONY: maninstall libinstall inclinstall libainstall sharedinstall
1378
1381
.PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
1379
1382
.PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
1380
1383
.PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean
1381
- .PHONY: smelly funny patchcheck altmaninstall
1384
+ .PHONY: smelly funny patchcheck altmaninstall touch
1382
1385
.PHONY: gdbhooks
1383
1386
1384
1387
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
You can’t perform that action at this time.
0 commit comments