Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/packaging-software.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ information provided in the source code that is necessary in a later portion of
the SPEC. In this section we will simply use the provided macro ``%setup -q``.

The ``%build`` section is where we tell the system how to actually build the
software we are packaging. Since wrote a simple ``Makefile`` for our
software we are packaging. Since we already wrote a simple ``Makefile`` for our
ifdef::community[https://en.wikipedia.org/wiki/C_%28programming_language%29[C]]
ifdef::rhel[C]
implementation, we can simply use the http://www.gnu.org/software/make/[GNU make] command provided by
Expand Down