/usr/src/gcc-4.4/debian/rules.source is in gcc-4.4-source 4.4.7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | SOURCE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
patchdir = $(SOURCE_DIR)/patches
include $(SOURCE_DIR)/debian/rules.defs
include $(SOURCE_DIR)/debian/rules.patch
include $(SOURCE_DIR)/debian/rules.unpack
patch-source: $(patch_stamp)
clean-source:
rm -rf $(stampdir)
rm -rf $(gcc_srcdir) $(gpc_srcdir) p $(gdc_srcdir) d
rm -rf bin
rm -rf $(srcdir)
|